@charset "utf-8";

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #555;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover {
    color: #00b7ee;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
    background-color: #00b7ee;
}
.m_1348{
    width: 1348px;
    margin: 0 auto;
}
.m_1500{
    width: 1500px;
    margin: 0 auto;
}
@media only screen and (max-width:992px) {
    body {
        font-size: 13px;
    }

    input,
    select,
    button,
    textarea {
        font-size: 13px;
    }

    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }

}

@media only screen and (max-width:992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


@media only screen and (max-width:992px) {
    .sj_bj {
        width: 100%;
        height: 15%;
        background-color: rgba(0, 0, 0, .1);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 9998;
        display: none;
    }
}

.header {
    width: 100%;
    height: 120px;
    background-color: rgba(255,255,255,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 9997;
}
.header.on{
    background-color: #fff !important;
    box-shadow: 0 0px 2px 2px #f3f4f6;
}
.header.on .h-dh1{
    color: #000;
}
.header .logo {
    width: 120px;
    float: left;
    margin: 20px 0;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .logo img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.heade.on .logo img {
    opacity: 0;
}

.header .logo img.d_w {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.header .language {
    float: right;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-top: 34px;
    margin-left: 25px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.header .language .l_m i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.header .language .x_l {
    width: 120px;
    padding-top: 8px;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -60px;
    display: none;
}

.header .language .x_l:before {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 8px solid #535352;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}

.header .language .x_l ul {
    padding: 5px 15px;
    background-color: #535352;
}

.header .language .x_l ul li a {
    color: #ddd;
    line-height: 36px;
    display: block;
}

.header .language .x_l ul li a:hover {
    color: #00b7ee;
}

.header .s_ch {
    height: 32px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-top: 34px;
    margin-left: 15px;
    float: right;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .s_ch i {
    font-size: 22px;
}

.header .s_ch:hover {
    color: #00b7ee;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 15px;
    height: 22px;
    width: 30px;
    display: none;
}

.header .an span {
    width: 30px;
    height: 2px;
    background-color: #555;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 10px;
    left: 0;
}

.header .an span.a3 {
    top: 20px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .nav {
    float: right;
    line-height: 120px;
}

.header .nav ul {
    float: left;
}

.header .nav ul li {
    float: left;
    position: relative;
}

/* .header .nav ul li:after{width:0; height:2px; background-color:#00b7ee; position:absolute; left:50%; bottom:0; content:"";
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;} */
.header .nav ul li:hover:after {
    width: 100%;
}

.header .nav ul li.on:after {
    width: 100%;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
}

.header .nav .y_j a {
    display: inline-block;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
}
.header .nav .y_j.on a{
    color: #204694;
}
.header .nav .y_j.on:after{
    display: block;
    width: 48px;
    height: 3px;
    background-color: #204694;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -24px;
}
.header .container:after{
    display: block;
    content: '';
}





/* .header .nav ul li:hover .y_j a{color:#00b7ee;}
.header .nav ul li.on .y_j a{color:#00b7ee;} */
.header .nav .e_j {
    width: 150px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
}



@media only screen and (max-width:992px) {

    .header {
        position: fixed;
        top: 0;
        left: 0;
    }
    .header-h{
        height: 100px;
    }
    .link {
        display: none;
    }

    .header.on {
        box-shadow: none;
    }

    .header .logo {
        width: 188px;
        margin: 15px 0;
    }



    .header .logo img {
        width: 100%;
        height: auto;
        display: block;
        opacity: 0;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .header .logo img.d_w {
        opacity: 1;
    }

    .header .language {
        float: right;
        height: 32px;
        font-size: 15px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        margin-top: 21px;
        margin-left: 0;
        margin-right: 50px;
        color: #555;
    }

    .header .s_ch {
        margin-top: 20px;
        margin-left: 0;
        float: left;
    }

    .header .an {
        display: block;
        right: 39px;
    }

    .header .nav {
        width: 100%;
        height: 100%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 100px;
        right: 0;
        z-index: 9999;
    }

    .header .nav ul {
        width: 100%;
        float: none;
    }

    .header .nav ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        float: none;
        padding: 5px 0;
        margin: 0;
    }

    .header .nav ul li:after {
        display: none;
    }

    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        text-align: right;
        color: #fff;
        line-height: 50px;
        z-index: 99;
    }

    .header .nav .y_j a {
        line-height: 50px;
        color: #fff;
    }

    .header .nav ul li:hover .y_j a {
        color: #fff;
    }

    .header .nav ul li.on .y_j a {
        color: #fff;
    }

    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 15px;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .header .nav .e_j a {
        line-height: 32px;
        text-align: left;
        color: #fff;
    }
}

@media only screen and (max-width:768px) {
    .header .an {
        right: 15px;
    }
}

@media only screen and (max-width:320px) {
    .header .logo {
        width: 168px;
    }

}
.h-wz{
    float: left;
    margin-top: 20px;
    margin-left: 30px;
}
.h-wz1{
    font-size: 22px;
    font-weight: bold;
    color: #204694;
}
.h-dh1{
    font-size: 18px;
    color: #fff;
    transition: all ease .5s;
}
.h-dh2{
    font-size: 18px;
    color: #204694;
}

.head_h {
    width: 100%;
    height: 86px;
    background-color: #fff;
    overflow: hidden;
}

@media only screen and (max-width:992px) {
    .head_h {
        display: block;
    }
}

@media only screen and (max-width:992px) {
    .sj_bj {
        width: 100%;
        height: 15%;
        background-color: rgba(0, 0, 0, .1);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 9998;
        display: none;
    }
}

.banner{
    height: 85vh;
}
.banner .swiper-slide{
    height: 100%;
}
.banner .swiper-container{
    position: relative;height: 100%;
}


.title{
    text-align: center;
    color: #000;
    margin-bottom: 60px;
}
.title .title1{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.title .title2{
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
}
.title i{
    display: block;
    margin: 15px auto;
    width: 130px;
    height: 5px;
    background: linear-gradient(to right,#204694 60%,#ffde00 60%,#ffde00 80%,#c2c2c2 80%);
}

.inbt{
    margin-bottom: 40px;
}
.fwnr{
    padding: 70px 0;
}


.fw_lb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.fw-item{
    width: 180px;
    height: 180px;
    text-align: center;
    padding-top: 45px;
    margin-right: 106px;
    margin-bottom: 30px;
}
.fw-item .w_z{
    font-size: 15px;
    margin-top: 10px;
    color: #333333;
    font-weight: bold;
}
.fw-item:nth-child(4n){
    margin-right: 0;
}
.fws{
    background-color: #f2f6f7;
    padding: 70px 0;
    margin-top: 40px;
}

.qg-item{
    width: 33%;
    padding: 30px;
    height: 330px;
    position: relative;
    margin-bottom: 8px;
}
.qg-item .more{
    position: absolute;
    display: block;
    top: 5%;
    right: 5%;
    font-size: 16px;
    color: rgba(255,255,255,.5);
}
.qg_bt .bt1{
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
}
.qg_bt .bt2{
    font-size: 15px;
    color: #fff;
    font-weight: lighter;
    margin-top: 10px;
}
.qg_lj{
    margin-top: 20px;
    line-height: 30px;
}
.qg_lj a{
    color: #fff;
    font-size: 15px;
    font-weight: lighter;
}
.qg_lb{
    display: flex;
    flex-wrap: wrap;
}
.qg_lb .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jck{
    padding-top: 70px;
}
.jck .n_r{
    padding: 90px 0;
}

.jck-item{
    font-size: 18px;
    line-height: 40px;
}
.jck-item a{
    color: #fff;
}
.jck-item img{
    margin-right: 10px;
}


.jkka{
    padding-top: 70px;
}
.jkka .n_r{
    padding: 150px 0 100px;
}
.jkka .n_r .row li{
    text-align: center;
    margin-bottom: 50px;
}
.jkka .n_r a{
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}


.news{
    padding: 80px 0;
}


.news .swiper-container {
    width: 100%;
    height: 100%;
  }

.news .swiper-slide img {
    width: 100%;
    transition: all ease 2s;
  }
.news .swiper-slide img:hover{
    transform: scale(1.1);
}
  .news .swiper-slide .w_z{
      font-size: 16px;
      color: #000;
      font-weight: bold;
  }
  .news .swiper-slide .info{
      margin-top: 10px;
  }
  .news .sw{
      margin-top: 80px;
      position: relative;
      padding: 0 30px;
  }

  .footer{
      padding: 50px 50px 10px;
      background-color: #232526;
  }

  .zx .t_p{
      width: 75px;
      float: left;
      margin-right: 20px;
  }
  .zx .t_p img{
      width: 100%;
  }
  .zx .w_z{
      float: left;
      color: #fff;
      font-size: 18px;
  }
  .zx .w_z i{
     font-weight: bold;
  }
  .zx .w_z a{
      display: inline-block;
      width: 108px;
      border-radius: 10px;
      text-align: center;
      line-height: 40px;
      color: #fff;
      background-color: #204694;
      font-size:18px;
  }
  .zx .w_z2{
      margin-top: 10px;
  }
  .zx:after{
      display: block;
      content: '';
      clear: both;
  }
  .gsmc{
      margin-top: 40px;
      font-size: 16px;
      color: rgba(255,255,255,.6);
  }

  .lxfs{
      margin-top: 30px;
      color: rgba(255,255,255,.6);
      font-size: 14px;
      line-height: 30px;
  }

  .footer .row{
    border-bottom: 1px solid #fff;
    padding-bottom:30px;
  }
  .footer .row li{
      border-right: 1px solid #fff;
  }
  .footer .row li:last-child{
      border-right: none;
  }

  .f-nav{
      display: flex;
      justify-content: space-between;
  }
  .f-nav h3{
      font-size: 20px;
      color: #fff;
      margin-bottom: 20px;
  }
  .f-nav a{
      color: rgba(255,255,255,.6);
      line-height: 30px;
      max-width: 120px;
      display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  }

  .ewm .b_t{
      font-size: 22px;
      color: #fff;
      line-height: 40px;
  }
  .ewm .info{
      font-size: 16px;
      color: rgba(255,255,255,.6);
      margin-top: 10px;
  }
  .wangbei{
      line-height: 45px;
      display: flex;
      border-bottom: 1px solid #fff;
    align-items: center;
    padding: 5px 0;
  }
  .wb1{
      font-size: 16px;
      color: #fff;
  }
  .wb1 img{
      margin-right: 10px;
  }
  .wb1{
      margin-right: 100px;
  }
.wb3{margin-right:100px}
.wb3 img{height:65px}
  .wangbei .wb2{
      width: 100px;
  }
  .wangbei .wb2 img{
      width: 100%;
  }
  .banquan{
      line-height: 40px;
      color: #fff;
      font-size: 14px;
  }


  .inbanner{
      height: 550px;
      position: relative;
  }

  .ibtitle{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-10%);
      text-align: center;
  }
  .ibtitle1{
      font-size: 50px;
      color: rgba(255,255,255,.2);
      font-weight: bold;
  }
  .ibtitle2{
      font-size: 35px;
      font-weight: bold;
      color: #fff;
  }
  .ibtitle i{
      display: block;
      width: 35px;
      height: 6px;
      background-color: #fff;
      margin: 20px auto 0;
  }

  .in-nav ul{
      display: flex;
      padding: 30px 0;
  }
  .in-nav ul li{
      padding: 0 30px;
      border-right: 1px solid #000;
  }
  .in-nav ul li a{
      color: #555565;
  }
  .in-nav ul li:last-child{
      border-right: none;
  }
  .in-nav{
      box-shadow: 0 0 0 2px #f3f4f6;
  }
  .jianjie .container{
      padding: 120px 0;
  }
  .jianjie .container:after{
      display: block;
      content: '';
      clear: both;
  }
  .jianjie .w_z{
      width: 45%;
      float: left;
  }
  .jianjie .w_z .b_t{
      font-size: 32px;
      color: #555565;
  }
  .jianjie .w_z .b_t i{
    display: block;
    margin: 10px 0;
    width: 130px;
    height: 5px;
    background: linear-gradient(to right,#204694 60%,#ffde00 60%,#ffde00 80%,#c2c2c2 80%);
  }
  .jianjie .w_z .info{
      font-size: 16px;
      line-height: 30px;
      margin-top: 40px;
  }
  .jianjie .t_p{
      width: 40%;
      float: right;
  }
  .jianjie .t_p img{
      width: 100%;
  }

  .icons{
      padding: 60px 0;
  }
  .icons .fw_lb{
      display: flex;
      justify-content: space-around;

  }


  .gsln{
      padding: 80px 0;
  }
  .inbt1{
      font-size: 32px;
      color: #fff;
      text-align: center;
  }
  .inbt i{
    display: block;
    margin: 20px auto;
    width: 130px;
    height: 5px;
    background: linear-gradient(to right,#204694 60%,#ffde00 60%,#ffde00 80%,#c2c2c2 80%);
  }

  .ln_lb{
      display: flex;
      flex-wrap: wrap;
  }
  .ln-item{
      height: 475px;
      width: 33.33%;
  }
  .ln-itemin{
    padding: 70px 100px;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
  }
  .ln-itemin:hover{
      background-color: #204694;
  }
  .ln-item .t_p{
      width: 100%;
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .ln-item .w_z{
      color: #fff;
      text-align: center;
  }
  .ln-item .w_z1{
      font-size: 26px;
  }
  .ln-item .w_z2{
      font-size: 18px;
      margin-top: 15px;
  }
  .ldz{
      background-color: #f8f8f8;
      padding: 85px 0;
  }
  .ldz .avatar {
      width: 300px;
      float: left;
  }
  .ldz .avatar .w_z{
      display: flex;
      justify-content: center;
      line-height: 40px;
      align-items: center;
  }
  .ldz .container:after{
      display: block;
      content: '';
      clear: both;
  }
  .ldz .avatar .w_z .name{
      margin-right: 10px;
  }
  .ldz .avatar .w_z .zhiwei{
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      padding: 0 10px;
      background-color: #eaeaea;
  }

  .ldjy{
      width: 800px;
      float: right;
  }
  .ldjy .inbt1{
    color: #555565;
    text-align: left;
  }
  .ldjy .inbt i{
      margin: 10px 0;
  }
  .ldjy .info{
      margin-top: 50px;
      font-size: 15px;
      line-height: 30px;
  }

  .hxcy{
      padding: 70px 0;
  }
  .hxcy .row{
      margin-top: 60px;
  }
  .cy-item .t_p img{
      width: 100%;
  }
  .cy-item .w_z{
      display: flex;
      line-height: 45px;
      background-color: #2e9dec;
      color: #fff;
      padding:0 20px;
  }
  .cy-item .w_z .name{
      margin-right: 5px;
      font-size: 14px;
  }
  .cy-item .w_z .zhiwei{
      font-size: 12px;
  }

  .tuanjian{
      padding: 100px 0;
  }
  .tuanjian .inbt1{
      color: #555555;
  }


  .tuanjian .swiper-container {
    width: 100%;
    height: 100%;
  }

  .tuanjian .sw {
    margin-top: 70px;
    padding: 0 30px;
    position: relative;
  }
  .tuanjian .swiper-slide{
      overflow: hidden;
  }
  .tuanjian .swiper-slide img{
      width: 100%;
      transition: all ease 2s;
  }
  .tuanjian .swiper-slide:hover img{
      transform: scale(1.1);
  }
  .tuanjian img{
      max-width: 100%;
  }
  .tuanjian .t_p1{
      margin-bottom: 20px;
  }
  .inbt2{color: #555565;font-size: 32px;}
  .xiangqing .inbt i{
      margin: 10px 0;
  }

  .xiangqing{
      padding: 80px 0;
      background-color: #f8f8f8;
  }
  .xiangqing .container:after{
      display: block;
      content: '';
      clear: both;
  }
  .xiangqing .w_z{
      width: 48%;
      float: left;
  }
  .xiangqing .w_z .info{
      margin-top: 80px;
  }
  .xiangqing .t_p{
      width: 48%;
      float: right;
  }
  .xiangqing .t_p img{
      width: 100%;
  }

  .liyou{
      padding: 80px 0;
  }

  .liyou .n_r{
      margin-top: 60px;
  }
  .liyou .lys{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .ly-item{
      width: 170px;
      text-align: center;
  }
  .ly-item .w_z{
      margin-top: 80px;
      color: #fff;
  }
  .ly-item  .w_z1{
      font-size: 18px;
  }
  .ly-item  .w_z2{
      font-size: 14px;
      font-weight: lighter;
      margin-top: 30px;
  }

  .liucheng .inbt2{
      text-align: center;
  }

  .liucheng{
      padding: 80px 0;
  }
  .liucheng .n_r{
      margin-top: 100px;
  }
  .xh{
      width: 150px;
      height: 150px;
      line-height: 150px;
      text-align: center;
      font-size: 55px;
      font-family: Impact;
      color: #20489a;
      margin: 0 auto;
  }
  .lc-item .w_z{
      text-align: center;
      font-size: 16px;
      color: #555565;
      width: 50%;
      margin: 30px auto 0;
  }
  .lc-item{
      margin-bottom: 70px;
  }

  .zysx{
      padding: 80px 0;
      background-color: #f8f8f8;
  }
  .zysx .inbt2{
      text-align: center;
  }
  .zysx .n_r{
      margin-top: 80px;
  }
  .zysx .w_z{
      width: 48%;
      float: left;
      color: #555555;
      font-weight: lighter;
      line-height: 30px;
  }
  .zysx .container:after{
    display: block;
    content: '';
    clear: both;
  }
  .zysx .t_p{
      width: 40%;
      float: right;
  }
  .zysx .t_p img{
      width: 100%;
  }
  .fwin-item{
      padding: 80px 0;
  }
  .fwin-item .inbt i{
      margin: 10px 0;
  }
  .fwin-item .w_z{
      width: 50%;
      float: left;
      padding-right: 80px;
  }
  .fwin-item .t_p{
      width: 50%;
      float: right;
  }
  .fwin-item .container:after{
      display: block;
      content: '';
      clear: both;
  }
  .fwin-item .info{
      margin-top: 50px;
      font-size: 16px;
      line-height: 30px;
  }
  .fwin-item:nth-child(2n-1){
      background-color: #f8f8f8;
  }

  .wt-item:after{
      display: block;
      content: '';
      clear: both;
  }
  .xh2{
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      font-size: 40px;
      font-family: Impact;
      color: #204694;
      float: left;
      margin-right: 20px;
  }
  .problem{
      background-color: #f8f8f8;
      padding: 80px 0;
  }
  .wt-item{
      padding: 5px;
      background-color: #fff;
      padding-right: 50px;
      margin-bottom: 20px;
  }
  .wt-item .w_z{
      float: left;
      padding: 25px 0;
  }
  .wt-item .w_z .bt{
      margin-bottom: 10px;
      font-size: 18px;
  }
  .wt-item .w_z .info{
      font-size: 14px;
      font-weight: lighter;
  }
  .wt-item .jt{
      float: right;
      margin-top: 50px;
  }
  .news .sw .t_p{
    width:100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .news-item{
      margin-bottom: 20px;
  }
  .news-item .t_p{
      width: 290px;
      overflow: hidden;
      float: left;
  }
  .news-item .t_p:hover img{
    transform: scale(1.1);
  }
  .news-item .t_p img{
      width: 100%;
      transition: all ease 2s;
  }
  .news-item .w_z{
      width: 880px;
      float: right;
      border: 1px solid #d7d7d7;
      height: 290px;
      padding: 35px 30px;
  }
  .news-item:after{
      display: block;
      content: '';
      clear: both;
  }
  .news-item .b_t{
      font-size: 18px;
      color: #204693;
  }
  .news-item .date{
      color: #555565;
      font-size: 14px;
      line-height: 25px;
      border-bottom: 1px solid #d7d7d7;
      font-weight: lighter;
     padding:8px 0;
  }
  .news-item .info{
      margin-top: 15px;
      font-size: 15px;
      font-weight: lighter;
      line-height:30px;
  }

 .dzbl .swiper-container {
    width: 100%;
    height: 100%;
  }

  .dzbl .swiper-slide {
    text-align: center;
  }

  .dzbl .sw{
      padding: 80px 30px;
      position: relative;
  }

  .lxwm .inbt i{
      margin: 10px 0;
  }

  .lxwm{
      padding: 70px 0;
      background-color: #f8f8f8;
  }
  .lxwm .w_z {
      width: 300px;
      float: left;
  }
  .lxwm .w_z .t_p{
      margin-right: 10px;
  }
  .lxwm .w_z .t_p img{
      width: 20px;
      height: 20px;
  }
  .lxwm .w_z .mc{
      font-size: 24px;
      color: #555565;
      font-weight: bold;
      display: flex;
      align-items: center;
      line-height: 50px;
      margin-top: 50px;
  }
  .lxwm .container:after{
      display: block;
      content: '';
      clear: both;
  }
  .dz{
      display: flex;
      margin-top: 15px;
  }
  .dh2{
      display: flex;
      margin-top: 15px;
  }
  .map{
      width: 790px;
      float: right;
  }
  .map img{
      width: 100%;
  }

  .zxly{
      background-color: #f8f8f8;
      padding: 80px 0;
  }
  .zxly .inbt i{
      margin: 10px 0;
  }

  .zxly .yw{
      margin: 40px 0;
  }

  .zxly form input{
      width: 100%;
      line-height: 60px;
      background-color: #fff;
      margin-bottom: 20px;
      padding-left: 15px;
      border-radius: 15px;
      font-weight: lighter;
  }
  .zxly form textarea{
      width: 100%;
      height: 330px;
      border-radius: 15px;
      background-color: #fff;
      font-weight: lighter;
      padding: 15px;
  }

  .zxly form button{
      width: 170px;
      height: 40px;
      background-color: #204693;
      color: #fff;
      margin: 40px auto 0;
  }

  .pages{width:100%; height:30px; line-height:30px; text-align:center;margin-top: 50px;}
  .pages a{ text-decoration:none; font-family:微软雅黑; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }
  .pages .current-page{ color:#fff; margin-left:5px; font-size:12px; border:solid 1px #204693; background:#204693; padding:5px 8px; }
  .pages span{ text-decoration:none; font-family:微软雅黑; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }


  .ny_nr .xw_xq{ padding: 30px 0px;}
.ny_nr .xw_xq .xq_lf .xq_tl{ text-align: center; font-size: 30px; font-weight: bold; margin-bottom: 15px;color:#204694}
.ny_nr .xw_xq .xq_lf .xq_fc{ width: 100%; border-bottom: solid 1px #cacaca; padding: 20px 0px; }
.ny_nr .xw_xq .xq_lf .xq_fc .right{text-align: right;}
.ny_nr .xw_xq .xq_nr{ width: 100%; overflow: hidden; padding: 20px 0px; line-height: 30px; font-size: 14px;}
.ny_nr .xw_xq .xq_nr img{ max-width: 100%; display: block;}
.ny_nr .xw_xq .xq_fy{ text-align: center; padding: 15px 0px;}
.ny_nr .xw_xq .xq_fy a{ display: inline-block; margin: 0px 15px; padding: 10px 20px; background-color: #000000; color: #FFFFFF; font-size: 14px;}
.ny_nr .xw_xq .xq_rt{ width: 100%; overflow: hidden; margin-top: 56px; }
.ny_nr .xw_xq .xq_rt .rt_bt{font-size: 24px; font-weight: bold;background-color: #000000; color: #FFFFFF; padding: 15px 0px; text-align: center;}
.ny_nr .xw_xq .xq_rt .rt_lb li a{ display: block; border-bottom: dashed 1px #cccccc; line-height: 56px; font-size: 14px; color: #666;}
@media only screen and (max-width:640px) {

    .ny_nr .xw_xq{ padding: 20px 0px;}
    .ny_nr .xw_xq .xq_lf .xq_tl{font-size: 22px;}
    .ny_nr .xw_xq .xq_lf .xq_fc{padding: 15px 0px; }
    .ny_nr .xw_xq .xq_lf .xq_fc .right{text-align: center;}
    .ny_nr .xw_xq .xq_fy{  padding: 10px 0px;}
    .ny_nr .xw_xq .xq_fy a{ margin: 0px 10px; padding: 10px 15px; }
    .ny_nr .xw_xq .xq_rt{  margin-top: 15px; }
    .ny_nr .xw_xq .xq_rt .rt_bt{font-size: 20px;  padding: 10px 0px; }
    .ny_nr .xw_xq .xq_rt .rt_lb li a{ line-height: 40px;}
}


.swiper-button-next-a{
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 9999;
    cursor: pointer;
    outline: none;
}
.swiper-button-prev-a{
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 9999;
    cursor: pointer;
    outline: none;
}

.swiper-button-next-b{
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 9999;
    cursor: pointer;
    outline: none;
}
.swiper-button-prev-b{
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 9999;
    cursor: pointer;
    outline: none;
}

.swiper-button-next-c{
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 9999;
    cursor: pointer;
    outline: none;
}
.swiper-button-prev-c{
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 9999;
    cursor: pointer;
    outline: none;
}

.in_zx .main li{
    width: 568px;
    height: 290px;
    border: 2px solid #eee;
    float: left;
    margin-bottom: 30px;
  }
  .in_zx .main li:nth-of-type(2n){
    float: right;
  }
  .in_zx .main li .font{
    width: 265px;
    float: left;
    margin-left: 35px;
    overflow: hidden;
  }
  .in_zx .main li .img{
    float: right;
    width: 263px;
    height: 100%;
  }
  .in_zx .main li .font .p1{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 25px;
  }
  .in_zx .main li .font .p2{
    line-height: 22px;
    color: #999;
    margin-top: 7px;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  }
  .in_zx .main li .font .btn{
    width: 128px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #214794;
    color: #214794;
    margin-top: 10px;
    text-align: center;
  }
  .in_zx .main li .font .btn span{
    display: inline-block;
  }
  .in_zx .main li:hover .font .btn{
    background: #214794;
    color: #fff;
  }
  .in_zx .main li:hover .font .btn span{
    background: url(../images/in_zx_dot2.png) no-repeat right;
  }
  .in_zx .main li:hover{
    border: 2px solid #214794;
  }
  .in_zx .main li .img{
    overflow: hidden;
  }
  .in_zx .main li img{
    transition:all 0.2s;
    width: 100%;
  }
  .in_zx .main li:hover img{
     -webkit-transform: scale(1.1);     
     -moz-transform: scale(1.1);       
     -ms-transform: scale(1.1);        
     -o-transform: scale(1.1); 
  }

  .in_news .img{
    overflow: hidden;
  }
  .in_news .img img{
    width: 378px;
    transition:all 0.2s;
  }
  .in_news li{
    float: left;
    width: 375px;
    margin-right: 20px;
  }
  .in_news li:nth-of-type(3n){
    margin-right: 0;
  }

  .in_news li .top p{
    line-height: 48px;
    text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    text-align: center;
  }
  .in_news li .top:hover img{
    -webkit-transform: scale(1.1);     
    transform: scale(1.1);     
  }
  .in_news li .font{
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    font-size: 16px;
  }
  .in_news li a:hover{
    color: #214794;
  }
  .in_news .main{

    margin-bottom: 30px;
  }

  .in_news .main:after{
      display: block;
      content: '';
      clear: both;
  }
  .f-ewm img{
    max-width: 100%;
  }

  .casein_lb{
      padding: 70px 0;
  }
  .casein-item .t_p{
      overflow: hidden;
  }
  .casein-item .t_p img{
    width: 100%;
    transition: all ease 2s;
  }
  .casein-item .w_z{
      border: 1px solid #EEEEEE;
      width: 100%;
      padding: 15px;
  }
  .casein_lb .row li{
      margin-bottom: 20px;
  }
  .casein-item{
      color: #666666;
      line-height: 25px;
  }
  .casein-item  .b_t{
      font-size: 16px;
  }
  .casein-item:hover .t_p img{
      transform: scale(1.1);
  }
  .gy_wm{padding: 40px 0;}
  .rc_zp .ts{font-size:15px; line-height:26px; color:#888; text-align:center; margin-top:20px; margin-bottom:20px;}
  .rc_zp .ts a{color:#204694;}
  .rc_zp .jr_lm{overflow:hidden; margin-bottom:20px; box-shadow:0px 5px 10px 0px rgba(95,125,158,.1);}
  .rc_zp .jr_bt{padding:15px 20px; height:70px; font-size:14px; line-height:40px; color:#555; overflow:hidden; cursor:pointer; position:relative;}
  .rc_zp .jr_bt:hover{background-color:#f9faff;}
  .rc_zp .jr_bt.on{background-color:#f9faff;}
  .rc_zp .jr_bt i{position:absolute; top:50%; right:15px; font-size:15px;
  transform:translate(0,-50%);
  -webkit-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  transition:all .5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;}
  .rc_zp .jr_bt.on i{transform:translate(0,-50%) rotate(180deg);
  -webkit-transform:translate(0,-50%) rotate(180deg);
  -moz-transform:translate(0,-50%) rotate(180deg);
  -ms-transform:translate(0,-50%) rotate(180deg);
  -o-transform:translate(0,-50%) rotate(180deg);}
  .rc_zp .jr_lm.jt .jr_bt{background-color:#204694; color:#fff; padding:0 20px; line-height:60px;}
  .rc_zp .jr_bt span{float:left; width:33.333333%; text-align:center;}
  .rc_zp .jr_bt span.s_40{text-align:left;}
  .rc_zp .jr_nr{background-color:#fff; padding:30px 25px 10px; font-size:14px; line-height:32px; margin-bottom:3px; display:none; position:relative;}
  .rc_zp .jr_nr .js{margin-bottom:20px;}
  @media only screen and (max-width:992px){
  .rc_zp{padding:40px 0;}
  .rc_zp .ts{font-size:13px; line-height:24px; margin-bottom:10px;}
  .rc_zp .jr_bt{padding:5px 20px; height:50px;}
  .rc_zp .jr_lm.jt .jr_bt{padding:5px 20px; line-height:40px;}
  .rc_zp .jr_nr{padding:20px; font-size:12px; line-height:22px;}
  .rc_zp .jr_nr .lm{margin-bottom:10px;}
  }
  @media only screen and (max-width:640px){
  .rc_zp .ts{font-size:12px; line-height:22px;}
  .rc_zp .jr_bt{padding:5px 15px; height:40px; line-height:30px;}
  .rc_zp .jr_lm.jt .jr_bt{padding:5px 15px; line-height:30px;}
  .rc_zp .jr_nr{padding:10px 15px; font-size:12px; line-height:22px;}
  .rc_zp .jr_nr .lm{margin-bottom:10px;}
  }